"NOTE: If you will using the Installer program's "
"function to create a new directory (using \"Make New Drawer...\"), "
"it is highly recommended that you DO NOT include "
"spaces in the drawer name. Following this advice "
"will avoid any problems accessing the directory, "
"especially from ARexx scripts.\n"
"\n"
@askdir-help))
(set #installing "Installing...")
(set #lha_error1 "Error decompressing %s from %s into the %s directory.\n")
(set #lha_error2 (cat "\n"
"Be sure that the directory you have specified as the "
"destination exists and has enough free space in it "
"to accept new files. Also be sure that if the file to "
"be copied already exists, that the existing file "
"isn't protected from being overwritten or deleted."))
(set #ver_err1 ("\%s version %s requires at least AmigaOS 2.04 to run." ProgramName VersionNum))
(set #installoptions (cat ("Select the parts of the %s package you want to install " ProgramName)
"at this time."))
(set #installopthelp (cat "This part of the installation procedure lets you select the "
"parts of the distribution you want to install at this time.\n"
"\n"
@askoptions-help))
(set #languageoptions (cat "Select those languages that you want to install at this time.\n\n"
"NOTE: Not all languages are fully supported."))
(set #languageopthelp (cat "This part of the installation procedure lets you select the "
"languages that you want to install at this time.\n\n"
"Not all languages are fully supported, so even if you "
"select a particular language, on-line help and/or "
"'localization' may not actually be available at this "
"time. If you would like to help with a translation, "
"please contact the author.\n\n"
@askoptions-help))
(set #libcopy "Copying %s to %s")
(set #copyLibFileHelp (cat "If you already have a copy of this library in the "
"selected destination directory, the library included "
"on the distribution disk will be compared to the one "
"you already have. If your current library is an old "
"version, the newer version will be installed.\n\n"
@copylib-help))
(set #makedir "The directory that has been specified does not exist and is about to be created.")
(set #nolocale "\n\n\nYour computer does not have support for languages other than English, and so only the English version of the distribution will be installed.")
(set #fontprompt (cat "\n\nDo you want to install \"sciongen.font\"?\n\nIt is not "
"required, but makes the user-interfaces look better!"))
(set #fonthelp1 (cat "\"sciongen.font\" is not required for %s to function, "
"however, it makes the user-interface look a lot better "
"if you do decide to install it."))
(set #fonthelp (#fonthelp1 programname))
(set #oldscionprompt (cat "\n\nYou currently have version %ld.%s of %s installed "
"in the directory you have selected. Do you want to "
"replace it with version %s?"))
(set #oldscionhelp (cat "The directory that you have selected already has a "
"copy of %s installed. If you wish to overwrite this "
"existing copy with version %s, select \"Yes\". "
"If you select \"No\", you will be asked to once again "
"select the location where you want to install the "
"programme. Select another destination if you do not "